PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setPhoneticAlphabet Method
The phonetic alphabet used by a setPhoneme method.
In This Topic
    setPhoneticAlphabet Method
    In This Topic
    Sets the phonetic alphabet of the structure element. <br> This property applies to the structure element and its children, except where overridden by a child structure element.<br> Currently defined values are:<br> • <b>ipa</b> for the International Phonetic Alphabet by the International Phonetic Association<br> • <b>x-sampa</b> for Extended Speech Assessment Methods Phonetic Alphabet(X-SAMPA)<br> • <b>zh-Latn-pinyin</b> for Pinyin Latin romanization(Mandarin)<br> • <b>zh-Latn-wadegile</b> for Wade-Giles romanization(Mandarin)
    Syntax
    public void setPhoneticAlphabet( 
       java.lang.String value
    )

    Parameters

    value
    The phonetic alphabet used by a setPhoneme method.
    See Also